home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Windows 95 with MFC
/
Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso
/
CODE
/
Chap06
/
DlgDemo3
/
Resource.h
< prev
Wrap
C/C++ Source or Header
|
1996-04-05
|
885b
|
29 lines
//***********************************************************************
//
// Resource.h
//
//***********************************************************************
#define IDR_MAINFRAME 100
#define IDM_OPTIONS_SETTINGS 110
#define IDM_OPTIONS_EXIT 111
#define IDM_OPTIONS_ABOUT 112
#define IDD_ABOUTDLG 120
#define IDC_ICONRECT 121
#define IDD_SETTINGSDLG 130
#define IDC_SOLID 131
#define IDC_GRADIENT 132
#define IDC_RED 133
#define IDC_GREEN 134
#define IDC_BLUE 135
#define IDC_MAGENTA 136
#define IDC_CYAN 137
#define IDC_TEXT 138
#define IDC_HEIGHT 139
#define IDC_BOLD 140
#define IDC_ITALIC 141
#define IDC_DEFAULTS 142